home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 27 / Mac Magazin and MacEasy Magazine CD - Issue 27.iso / Utilities / TurboFindPPC13 Folder / Read Me.doc next >
Text File  |  1996-10-20  |  3KB  |  69 lines

  1. TurboFind
  2.  
  3. Fast searching of TEXT files in a folder heirarchy.
  4.  
  5. Operation
  6.  
  7. Run the program, drag a folder from the Finder to the "In" field, type in the word you want to find and press Return or Enter to start searching.
  8.  
  9. Press Command-Period to abort the search.
  10.  
  11. The list of files that contain the word you entered will be shown when the search completes. Double-click the filename to view the file. The first occurence of the word you searched for (case insensitive) is shown in context in the list.
  12.  
  13. Double-click the line to view the file in a text window. You can find the word you searched for, or other words in this window.
  14.  
  15. You can save a document with the find string and a start folder in a document to use again in the future. I recommend saving documents with useful start folders.
  16.  
  17. Details
  18.  
  19. I wrote this little app primarily for speed, so it is unkind to other applications while searching. By default it only searches in files of type 'TEXT' and only in the first 2Mb of the file (although the entire file will be viewed if there is enough memory).
  20.  
  21. The search will cover all files inside the start folder you drag to the "in:" field and will recurse down through all subfolders in it.
  22.  
  23. While searching, the program uses system memory to load each file and examine it.
  24.  
  25. If you start the search by pressing Return a simple case-insensitive search is done, if you start the search by pressing the Enter key a (theoretically) faster Knuth-Morris-Pratt case sensitive search is done.
  26.  
  27. Programming
  28.  
  29. Written with Metrowerks Codewarrior 10 and the PowerPlant application framework. Note the nifty Apple Grayscale Appearance classes that I've started using. I'm also using the WASTE text edit replacement to display more than 32k and provide drag and drop text handling.
  30.  
  31. The rest written by Peter Marks.
  32.  
  33. Licensing
  34.  
  35. This software is free to use and distribute but © 1996 Peter Marks. Please let me know if you plan to put it in a commercial collection and I'll probably ask you to send me a copy in return.
  36.  
  37. To make comments, email me at: peter.marks@pobox.com
  38.  
  39. To Do
  40. • AppleScript support
  41. • Display files with Claris XTND if possible (or translation manager).
  42. • Make it an OpenDoc part.
  43.  
  44. Thanks
  45.  
  46. Pete Gontier for MoreFinderEvents.
  47. Jim Luther for MoreFiles. (So great it should be in the toolbox!).
  48. Metrowerks and Greg Dow for CodeWarrior and PowerPlant.
  49. Marco Piovanelli for the WASTE text edit engine.
  50. Hiroshi Lockheimer and Timothy Paustian for the WASTE wrapper class for PowerPlant.
  51. Struan Robertson and Allan Bell for feedback and support.
  52.  
  53. If you want a search program with many more features and a cool user interface check out the shareware UltraFind.
  54.  
  55. History
  56.  
  57. 1.0 October 1996 First release.
  58. 1.1 Added preferences for how much to load and ability to search any file.
  59. 1.2 Now saves window position and size in the document.
  60.     Added save as text for the view window.
  61.     Posted to Info-Mac.
  62. 1.2.1 Fixed the printing width problem.
  63. 1.3 Text file it saves to no longer has a resource fork.
  64.     Added preference to set the creator of the TEXT files we save.
  65.     Shows the number of matching files in the main window.
  66.     Added Show Enclosing Folder feature, like Find File does.
  67.     Can get the Finder to run the file or show info.
  68.     Up & Down arrow move selection in the hit list.
  69.